Skip to content

IEventPattern interface

Defined in

Namespace: System.Reactive Assembly: System.Reactive.dll Full name: System.Reactive.IEventPattern<T1, T2> Modifiers: public abstract

Summary

        Represents a .NET event invocation consisting of the strongly typed object that raised the event and the data that was generated by the event.
        

Applies to

netstandard2.0

Properties

NameSummary
SenderGets the sender object that raised the event.
EventArgsGets the event data that was generated by the event.